Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / OMathMatrixRowCollection Class / Add Method / Add(Nullable<Int32>[]) Method
The row cells value array.

In This Topic
    Add(Nullable<Int32>[]) Method
    In This Topic
    Adds a new OMathMatrixRow to the collection at the InsertLocation.End location.
    Syntax
    'Declaration
     
    Public Overloads Function Add( _
       ByVal cellsValue() As System.Nullable(Of Integer) _
    ) As OMathMatrixRow
    public OMathMatrixRow Add( 
       System.Nullable<int>[] cellsValue
    )

    Parameters

    cellsValue
    The row cells value array.

    Return Value

    The added OMathMatrixRow.
    See Also